projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ebc27a
)
(main): Added call to syms_of_xsmfns ().
author
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 10 Mar 2002 16:17:07 +0000
(16:17 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sun, 10 Mar 2002 16:17:07 +0000
(16:17 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index debb7a90df06e625fd855865f23eeabe2444d06d..1667ed1244289c4793a7a04cc11cf5c1e6eb55d9 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1464,6
+1464,9
@@
main (argc, argv, envp)
syms_of_xterm ();
syms_of_xfns ();
syms_of_fontset ();
+#ifdef HAVE_X_SM
+ syms_of_xsmfns ();
+#endif
#ifdef HAVE_X11
syms_of_xselect ();
#endif